Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timing_log: Handle potentially missing net when reporting crit path #1381

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

rowanG077
Copy link
Contributor

@rowanG077 rowanG077 commented Oct 4, 2024

Caused by the original code path only handling routing which always has a net. Now with the additional clock delay reporting a net is not always available depending on exactly where it came from. Which lead to a faulty lookup.

Together with #1380 fixes #1379.

@gatecat gatecat merged commit 0e5b134 into YosysHQ:master Oct 4, 2024
8 checks passed
@gatecat
Copy link
Member

gatecat commented Oct 4, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

terminate called after throwing an instance of 'std::out_of_range' during nextpnr_ice40::log_crit_paths
2 participants